home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / RemoteKeys / Manual / English / Profile-Set #2.txt < prev    next >
Encoding:
Text File  |  2002-09-14  |  1.6 KB  |  44 lines

  1. Profile-Set #2
  2. ==============
  3.  
  4. Since RK v6.8 it is possible to swap between 2 profile sets.
  5. Therefore a 2nd Profiles.dat file must be present in the Profiles folder.
  6. This Profiles.dat must be named as Profiles2.dat!
  7.  
  8. If you make a new installation of RK or you update RK like described in
  9. "Updates [How to].txt" then you have nothing else to do.
  10.  
  11. If there is any other reason to install the Profiles2.dat by hand, use
  12. the Explorer for copy & rename. Another possibility is to use the
  13. program "FileDuplicate.exe" from the App folder.
  14.  
  15. To swap between the profile-sets, select "Swap Profile-Set" from the
  16. systray popmenu (1st point) or use command "ME.PROFSET.SWAP".
  17.  
  18. --> Note!
  19. If you swap between Profiles.dat and a copy of Profiles.dat, named as
  20. Profiles2.dat, of course it seems that nothing happens.
  21.  
  22. --> Caution!
  23. This new function is still in a testing state.
  24. To be sure not to lose any datas, you should make a backup of your
  25. Profiles.dat┤s from time to time (s. Profile Center).
  26.  
  27. --> Tip
  28. By using DSK.RENAME and ME.PROFSET.RELOAD Commands the possibilities of
  29. profile-set changes can be expanded:
  30.  
  31. User-Example:
  32.  
  33. {/BTCH.EXPLICIT}
  34. {/DSK.RENAME profiles\profiles.dat,profiles9.dat}
  35. {/DSK.RENAME profiles\profiles1.dat,Profiles.dat}
  36. {/DSK.RENAME profiles\profiles9.dat,profiles1.dat}
  37. {/ME.PROFSET.RELOAD}
  38.  
  39. This example swaps between 2 profile sets
  40.  
  41. --> Caution!
  42. There is no facility to observe a faultless processing. If the script brakes by
  43. any reason, maybe a profile-set will be overwritten by another one. Therefore
  44. make a backup of the Profiles.dat before trying this example!